home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 workstation / UNATTEND.TXT < prev    next >
Text File  |  1996-07-27  |  1KB  |  49 lines

  1. ; Microsoft Windows NT Workstation Version 4.0 and
  2. ; Windows NT Server Version 4.0
  3. ; (c) 1994 - 1996 Microsoft Corporation. All rights reserved.
  4. ;
  5. ; Sample Unattended Setup Answer File
  6. ;
  7. ; This file contains information about how to automate the installation
  8. ; or upgrade of Windows NT Workstation and Windows NT Server so the
  9. ; Setup program runs without requiring user input.
  10. ;
  11. ; For information on how to use this file, read the appropriate sections
  12. ; of the Windows NT 4.0 Resource Kit.
  13.  
  14. [Unattended]
  15. OemPreinstall = no
  16. ConfirmHardware = no
  17. NtUpgrade = no
  18. Win31Upgrade = no
  19. TargetPath = WINNT
  20. OverwriteOemFilesOnUpgrade = no
  21.  
  22. [UserData]
  23. FullName = "Your User Name"
  24. OrgName = "Your Organization Name"
  25. ComputerName = COMPUTER_NAME
  26.  
  27. [GuiUnattended]
  28. TimeZone = "(GMT-08:00) Pacific Time (US & Canada); Tijuana"
  29.  
  30. [Display]
  31. ConfigureAtLogon = 0
  32. BitsPerPel = 16
  33. XResolution = 640
  34. YResolution = 480
  35. VRefresh = 70
  36. AutoConfirm = 1
  37.  
  38. [Network]
  39. Attend = yes
  40. DetectAdapters = ""
  41. InstallProtocols = ProtocolsSection
  42. JoinDomain = Domain_To_Join
  43.  
  44. [ProtocolsSection]
  45. TC = TCParameters
  46.  
  47. [TCParameters]
  48. DHCP = yes
  49.